home *** CD-ROM | disk | FTP | other *** search
/ Best of www.BestZips.com (Collector's Edition) / Best of WWW.BESTZIPS.COM Collector's Edition (JCSM Shareware) (JCS Marketing).ISO / prgtools / prtsut53.zip / SU1SRC.ZIP / FDEMO20.DFM / FDEMO20.txt next >
Text File  |  1996-12-09  |  22KB  |  929 lines

  1. object Form20: TForm20
  2.   Left = 81
  3.   Top = 76
  4.   Width = 640
  5.   Height = 639
  6.   ActiveControl = Panel1
  7.   Caption = 'Form20'
  8.   Font.Color = clBlack
  9.   Font.Height = -14
  10.   Font.Name = 'MS Sans Serif'
  11.   Font.Style = []
  12.   PixelsPerInch = 120
  13.   Position = poScreenCenter
  14.   OnCreate = FormCreate
  15.   TextHeight = 16
  16.   object Panel1: TPanel
  17.     Left = 0
  18.     Top = 0
  19.     Width = 632
  20.     Height = 50
  21.     Align = alTop
  22.     TabOrder = 0
  23.     object DBNavigator: TDBNavigator
  24.       Left = 10
  25.       Top = 10
  26.       Width = 291
  27.       Height = 31
  28.       DataSource = DataSource1
  29.       Ctl3D = False
  30.       ParentCtl3D = False
  31.       TabOrder = 0
  32.     end
  33.     object Preview: TBitBtn
  34.       Left = 332
  35.       Top = 10
  36.       Width = 71
  37.       Height = 33
  38.       Hint = 'Preview /Print current page'
  39.       Caption = '&Preview'
  40.       ParentShowHint = False
  41.       ShowHint = True
  42.       TabOrder = 1
  43.       OnClick = PreviewClick
  44.     end
  45.     object PrintAll: TBitBtn
  46.       Left = 404
  47.       Top = 10
  48.       Width = 71
  49.       Height = 33
  50.       Hint = 'Print all from Query'
  51.       Caption = 'Print&All'
  52.       ParentShowHint = False
  53.       ShowHint = True
  54.       TabOrder = 2
  55.       OnClick = PrintAllClick
  56.     end
  57.     object Print3: TBitBtn
  58.       Left = 476
  59.       Top = 10
  60.       Width = 71
  61.       Height = 33
  62.       Hint = 'Print next 3 records from Query'
  63.       Caption = 'Print&3'
  64.       ParentShowHint = False
  65.       ShowHint = True
  66.       TabOrder = 3
  67.       OnClick = Print3Click
  68.     end
  69.     object Exit: TBitBtn
  70.       Left = 548
  71.       Top = 10
  72.       Width = 71
  73.       Height = 33
  74.       Hint = 'Exit'
  75.       Caption = '&Exit'
  76.       ModalResult = 2
  77.       ParentShowHint = False
  78.       ShowHint = True
  79.       TabOrder = 4
  80.       OnClick = ExitClick
  81.     end
  82.   end
  83.   object Panel2: TPanel
  84.     Left = 0
  85.     Top = 91
  86.     Width = 632
  87.     Height = 232
  88.     Align = alTop
  89.     BevelInner = bvLowered
  90.     BorderWidth = 4
  91.     Caption = 'Panel2'
  92.     TabOrder = 1
  93.     object ScrollBox: TScrollBox
  94.       Left = 6
  95.       Top = 6
  96.       Width = 620
  97.       Height = 220
  98.       HorzScrollBar.Margin = 6
  99.       HorzScrollBar.Range = 337
  100.       VertScrollBar.Margin = 6
  101.       VertScrollBar.Range = 348
  102.       VertScrollBar.Visible = False
  103.       Align = alClient
  104.       AutoScroll = False
  105.       BorderStyle = bsNone
  106.       TabOrder = 0
  107.       object Label1: TLabel
  108.         Left = 6
  109.         Top = 10
  110.         Width = 109
  111.         Height = 16
  112.         Alignment = taRightJustify
  113.         AutoSize = False
  114.         Caption = 'CustNo'
  115.         FocusControl = EditCustNo
  116.       end
  117.       object Label2: TLabel
  118.         Left = 6
  119.         Top = 36
  120.         Width = 109
  121.         Height = 16
  122.         Alignment = taRightJustify
  123.         AutoSize = False
  124.         Caption = 'Company'
  125.         FocusControl = EditCompany
  126.       end
  127.       object Label3: TLabel
  128.         Left = 6
  129.         Top = 62
  130.         Width = 109
  131.         Height = 16
  132.         Alignment = taRightJustify
  133.         AutoSize = False
  134.         Caption = 'Addr1'
  135.         FocusControl = EditAddr
  136.       end
  137.       object Label4: TLabel
  138.         Left = 6
  139.         Top = 88
  140.         Width = 109
  141.         Height = 16
  142.         Alignment = taRightJustify
  143.         AutoSize = False
  144.         Caption = 'Addr2'
  145.         FocusControl = EditAddr2
  146.       end
  147.       object Label5: TLabel
  148.         Left = 6
  149.         Top = 114
  150.         Width = 109
  151.         Height = 16
  152.         Alignment = taRightJustify
  153.         AutoSize = False
  154.         Caption = 'City'
  155.         FocusControl = EditCity
  156.       end
  157.       object Label6: TLabel
  158.         Left = 6
  159.         Top = 140
  160.         Width = 109
  161.         Height = 16
  162.         Alignment = taRightJustify
  163.         AutoSize = False
  164.         Caption = 'State'
  165.         FocusControl = EditState
  166.       end
  167.       object Label7: TLabel
  168.         Left = 6
  169.         Top = 166
  170.         Width = 109
  171.         Height = 16
  172.         Alignment = taRightJustify
  173.         AutoSize = False
  174.         Caption = 'Zip'
  175.         FocusControl = EditZip
  176.       end
  177.       object Label8: TLabel
  178.         Left = 6
  179.         Top = 192
  180.         Width = 109
  181.         Height = 16
  182.         Alignment = taRightJustify
  183.         AutoSize = False
  184.         Caption = 'Country'
  185.         FocusControl = EditCountry
  186.       end
  187.       object EditCustNo: TDBEdit
  188.         Left = 121
  189.         Top = 6
  190.         Width = 70
  191.         Height = 24
  192.         DataField = 'CustNo'
  193.         DataSource = DataSource1
  194.         MaxLength = 0
  195.         TabOrder = 0
  196.       end
  197.       object EditCompany: TDBEdit
  198.         Left = 121
  199.         Top = 32
  200.         Width = 210
  201.         Height = 24
  202.         DataField = 'Company'
  203.         DataSource = DataSource1
  204.         MaxLength = 30
  205.         TabOrder = 1
  206.       end
  207.       object EditAddr: TDBEdit
  208.         Left = 121
  209.         Top = 58
  210.         Width = 210
  211.         Height = 24
  212.         DataField = 'Addr1'
  213.         DataSource = DataSource1
  214.         MaxLength = 30
  215.         TabOrder = 2
  216.       end
  217.       object EditAddr2: TDBEdit
  218.         Left = 121
  219.         Top = 84
  220.         Width = 210
  221.         Height = 24
  222.         DataField = 'Addr2'
  223.         DataSource = DataSource1
  224.         MaxLength = 30
  225.         TabOrder = 3
  226.       end
  227.       object EditCity: TDBEdit
  228.         Left = 121
  229.         Top = 110
  230.         Width = 105
  231.         Height = 24
  232.         DataField = 'City'
  233.         DataSource = DataSource1
  234.         MaxLength = 15
  235.         TabOrder = 4
  236.       end
  237.       object EditState: TDBEdit
  238.         Left = 121
  239.         Top = 136
  240.         Width = 140
  241.         Height = 24
  242.         DataField = 'State'
  243.         DataSource = DataSource1
  244.         MaxLength = 20
  245.         TabOrder = 5
  246.       end
  247.       object EditZip: TDBEdit
  248.         Left = 121
  249.         Top = 162
  250.         Width = 70
  251.         Height = 24
  252.         DataField = 'Zip'
  253.         DataSource = DataSource1
  254.         MaxLength = 10
  255.         TabOrder = 6
  256.       end
  257.       object EditCountry: TDBEdit
  258.         Left = 121
  259.         Top = 188
  260.         Width = 140
  261.         Height = 24
  262.         DataField = 'Country'
  263.         DataSource = DataSource1
  264.         MaxLength = 20
  265.         TabOrder = 7
  266.       end
  267.     end
  268.   end
  269.   object Panel3: TPanel
  270.     Left = 0
  271.     Top = 364
  272.     Width = 632
  273.     Height = 248
  274.     Align = alClient
  275.     BevelInner = bvLowered
  276.     BorderWidth = 4
  277.     Caption = 'Panel2'
  278.     TabOrder = 2
  279.     object ScrollBox1: TScrollBox
  280.       Left = 6
  281.       Top = 6
  282.       Width = 620
  283.       Height = 236
  284.       HorzScrollBar.Margin = 6
  285.       VertScrollBar.Margin = 6
  286.       VertScrollBar.Position = 750
  287.       Align = alClient
  288.       BorderStyle = bsNone
  289.       Color = clBtnFace
  290.       ParentColor = False
  291.       TabOrder = 0
  292.       object Label14: TLabel
  293.         Left = 24
  294.         Top = -710
  295.         Width = 298
  296.         Height = 16
  297.         Caption = '1111 St James'#39' Street, Pretoria, South Africa, 0083'
  298.         Font.Color = clBlack
  299.         Font.Height = -13
  300.         Font.Name = 'Arial'
  301.         Font.Style = [fsItalic]
  302.         ParentFont = False
  303.       end
  304.       object Shape1: TShape
  305.         Left = 20
  306.         Top = -690
  307.         Width = 737
  308.         Height = 5
  309.         Brush.Color = clBlack
  310.       end
  311.       object Label18: TLabel
  312.         Left = 436
  313.         Top = -710
  314.         Width = 29
  315.         Height = 16
  316.         Caption = 'Fax :'
  317.         Font.Color = clBlack
  318.         Font.Height = -13
  319.         Font.Name = 'Arial'
  320.         Font.Style = [fsItalic]
  321.         ParentFont = False
  322.       end
  323.       object Label19: TLabel
  324.         Left = 428
  325.         Top = -630
  326.         Width = 3
  327.         Height = 16
  328.         Caption = '.'
  329.       end
  330.       object Label28: TLabel
  331.         Left = 28
  332.         Top = 166
  333.         Width = 70
  334.         Height = 18
  335.         Caption = 'The Chief'
  336.         Font.Color = clBlack
  337.         Font.Height = -15
  338.         Font.Name = 'Arial'
  339.         Font.Style = [fsBold, fsUnderline]
  340.         ParentFont = False
  341.       end
  342.       object Label29: TLabel
  343.         Left = 24
  344.         Top = -742
  345.         Width = 163
  346.         Height = 26
  347.         Caption = 'Demo Company'
  348.         Font.Color = clBlack
  349.         Font.Height = -23
  350.         Font.Name = 'Arial'
  351.         Font.Style = []
  352.         ParentFont = False
  353.       end
  354.       object Label20: TLabel
  355.         Left = 468
  356.         Top = -710
  357.         Width = 100
  358.         Height = 16
  359.         Caption = '+27-12-11111111'
  360.         Font.Color = clBlack
  361.         Font.Height = -13
  362.         Font.Name = 'Arial'
  363.         Font.Style = [fsItalic]
  364.         ParentFont = False
  365.       end
  366.       object Image1: TImage
  367.         Left = 707
  368.         Top = -619
  369.         Width = 85
  370.         Height = 105
  371.         Picture.Data = {<image000.bmp>}
  372.       end
  373.       object Label9: TLabel
  374.         Left = 16
  375.         Top = -392
  376.         Width = 58
  377.         Height = 17
  378.         Caption = 'Dear Sir,'
  379.         Font.Color = clBlack
  380.         Font.Height = -15
  381.         Font.Name = 'Arial'
  382.         Font.Style = []
  383.         ParentFont = False
  384.       end
  385.       object Label10: TLabel
  386.         Left = 18
  387.         Top = -352
  388.         Width = 310
  389.         Height = 17
  390.         Caption = 'Thank you for registering your company with us.'
  391.         Font.Color = clBlack
  392.         Font.Height = -15
  393.         Font.Name = 'Arial'
  394.         Font.Style = []
  395.         ParentFont = False
  396.       end
  397.       object Label11: TLabel
  398.         Left = 164
  399.         Top = -256
  400.         Width = 109
  401.         Height = 16
  402.         Alignment = taRightJustify
  403.         AutoSize = False
  404.         Caption = 'Company'
  405.         FocusControl = EditCompany
  406.         Font.Color = clBlack
  407.         Font.Height = -15
  408.         Font.Name = 'Times New Roman'
  409.         Font.Style = []
  410.         ParentFont = False
  411.       end
  412.       object Label12: TLabel
  413.         Left = 164
  414.         Top = -230
  415.         Width = 109
  416.         Height = 16
  417.         Alignment = taRightJustify
  418.         AutoSize = False
  419.         Caption = 'Address'
  420.         FocusControl = EditAddr
  421.         Font.Color = clBlack
  422.         Font.Height = -15
  423.         Font.Name = 'Times New Roman'
  424.         Font.Style = []
  425.         ParentFont = False
  426.       end
  427.       object Label15: TLabel
  428.         Left = 164
  429.         Top = -178
  430.         Width = 109
  431.         Height = 16
  432.         Alignment = taRightJustify
  433.         AutoSize = False
  434.         Caption = 'City'
  435.         FocusControl = EditCity
  436.         Font.Color = clBlack
  437.         Font.Height = -15
  438.         Font.Name = 'Times New Roman'
  439.         Font.Style = []
  440.         ParentFont = False
  441.       end
  442.       object Label16: TLabel
  443.         Left = 164
  444.         Top = -152
  445.         Width = 109
  446.         Height = 16
  447.         Alignment = taRightJustify
  448.         AutoSize = False
  449.         Caption = 'State'
  450.         FocusControl = EditState
  451.         Font.Color = clBlack
  452.         Font.Height = -15
  453.         Font.Name = 'Times New Roman'
  454.         Font.Style = []
  455.         ParentFont = False
  456.       end
  457.       object Label17: TLabel
  458.         Left = 164
  459.         Top = -126
  460.         Width = 109
  461.         Height = 16
  462.         Alignment = taRightJustify
  463.         AutoSize = False
  464.         Caption = 'Zip'
  465.         FocusControl = EditZip
  466.         Font.Color = clBlack
  467.         Font.Height = -15
  468.         Font.Name = 'Times New Roman'
  469.         Font.Style = []
  470.         ParentFont = False
  471.       end
  472.       object Label21: TLabel
  473.         Left = 164
  474.         Top = -100
  475.         Width = 109
  476.         Height = 16
  477.         Alignment = taRightJustify
  478.         AutoSize = False
  479.         Caption = 'Country'
  480.         FocusControl = EditCountry
  481.         Font.Color = clBlack
  482.         Font.Height = -15
  483.         Font.Name = 'Times New Roman'
  484.         Font.Style = []
  485.         ParentFont = False
  486.       end
  487.       object Label13: TLabel
  488.         Left = 26
  489.         Top = -44
  490.         Width = 199
  491.         Height = 19
  492.         Caption = 'Your customer number is'
  493.         Font.Color = clBlack
  494.         Font.Height = -17
  495.         Font.Name = 'Arial'
  496.         Font.Style = [fsBold]
  497.         ParentFont = False
  498.       end
  499.       object Label22: TLabel
  500.         Left = 28
  501.         Top = 34
  502.         Width = 316
  503.         Height = 19
  504.         Caption = 'Please quote it in all future correspondence'
  505.         Font.Color = clBlack
  506.         Font.Height = -17
  507.         Font.Name = 'Arial'
  508.         Font.Style = []
  509.         ParentFont = False
  510.       end
  511.       object Memo5: TMemo
  512.         Left = 16
  513.         Top = -323
  514.         Width = 797
  515.         Height = 46
  516.         BorderStyle = bsNone
  517.         Color = clBtnFace
  518.         Ctl3D = False
  519.         Font.Color = clBlack
  520.         Font.Height = -15
  521.         Font.Name = 'Arial'
  522.         Font.Style = []
  523.         Lines.Strings = (
  524.           
  525.             'To enable us to keep our records up to date, please check the fo' +
  526.             'llowing details and make sure they are '
  527.           'correct'#39)
  528.         ParentCtl3D = False
  529.         ParentFont = False
  530.         TabOrder = 0
  531.       end
  532.       object Memo6: TMemo
  533.         Left = 24
  534.         Top = 60
  535.         Width = 771
  536.         Height = 63
  537.         BorderStyle = bsNone
  538.         Color = clBtnFace
  539.         Ctl3D = False
  540.         Font.Color = clBlack
  541.         Font.Height = -17
  542.         Font.Name = 'Arial'
  543.         Font.Style = []
  544.         Lines.Strings = (
  545.           
  546.             'Your support and satisfaction is very important to us. If you ha' +
  547.             've a problem, please let us know.'
  548.           'Thank you and best regards.'
  549.           ''
  550.           ''
  551.           '')
  552.         ParentCtl3D = False
  553.         ParentFont = False
  554.         TabOrder = 1
  555.       end
  556.       object Memo7: TMemo
  557.         Left = 28
  558.         Top = 189
  559.         Width = 721
  560.         Height = 28
  561.         BorderStyle = bsNone
  562.         Color = clWhite
  563.         Ctl3D = False
  564.         Font.Color = clBlack
  565.         Font.Height = -17
  566.         Font.Name = 'Arial'
  567.         Font.Style = [fsBold]
  568.         Lines.Strings = (
  569.           'Ps. This is a demo program'
  570.           '')
  571.         ParentCtl3D = False
  572.         ParentFont = False
  573.         ReadOnly = True
  574.         TabOrder = 2
  575.       end
  576.       object Edit1: TEdit
  577.         Left = 22
  578.         Top = -674
  579.         Width = 119
  580.         Height = 24
  581.         BorderStyle = bsNone
  582.         Color = clBtnFace
  583.         Font.Color = clBlack
  584.         Font.Height = -15
  585.         Font.Name = 'Arial'
  586.         Font.Style = []
  587.         ParentFont = False
  588.         ReadOnly = True
  589.         TabOrder = 3
  590.         Text = '12 January1996'
  591.       end
  592.       object DBEdit2: TDBEdit
  593.         Left = 19
  594.         Top = -610
  595.         Width = 210
  596.         Height = 25
  597.         DataField = 'Company'
  598.         DataSource = DataSource1
  599.         Font.Color = clBlack
  600.         Font.Height = -15
  601.         Font.Name = 'Arial'
  602.         Font.Style = []
  603.         MaxLength = 30
  604.         ParentFont = False
  605.         TabOrder = 4
  606.       end
  607.       object DBEdit3: TDBEdit
  608.         Left = 19
  609.         Top = -584
  610.         Width = 210
  611.         Height = 25
  612.         DataField = 'Addr1'
  613.         DataSource = DataSource1
  614.         Font.Color = clBlack
  615.         Font.Height = -15
  616.         Font.Name = 'Arial'
  617.         Font.Style = []
  618.         MaxLength = 30
  619.         ParentFont = False
  620.         TabOrder = 5
  621.       end
  622.       object DBEdit4: TDBEdit
  623.         Left = 19
  624.         Top = -558
  625.         Width = 210
  626.         Height = 25
  627.         DataField = 'Addr2'
  628.         DataSource = DataSource1
  629.         Font.Color = clBlack
  630.         Font.Height = -15
  631.         Font.Name = 'Arial'
  632.         Font.Style = []
  633.         MaxLength = 30
  634.         ParentFont = False
  635.         TabOrder = 6
  636.       end
  637.       object DBEdit5: TDBEdit
  638.         Left = 19
  639.         Top = -532
  640.         Width = 105
  641.         Height = 25
  642.         DataField = 'City'
  643.         DataSource = DataSource1
  644.         Font.Color = clBlack
  645.         Font.Height = -15
  646.         Font.Name = 'Arial'
  647.         Font.Style = []
  648.         MaxLength = 15
  649.         ParentFont = False
  650.         TabOrder = 7
  651.       end
  652.       object DBEdit6: TDBEdit
  653.         Left = 19
  654.         Top = -506
  655.         Width = 140
  656.         Height = 25
  657.         DataField = 'State'
  658.         DataSource = DataSource1
  659.         Font.Color = clBlack
  660.         Font.Height = -15
  661.         Font.Name = 'Arial'
  662.         Font.Style = []
  663.         MaxLength = 20
  664.         ParentFont = False
  665.         TabOrder = 8
  666.       end
  667.       object DBEdit7: TDBEdit
  668.         Left = 19
  669.         Top = -480
  670.         Width = 70
  671.         Height = 25
  672.         DataField = 'Zip'
  673.         DataSource = DataSource1
  674.         Font.Color = clBlack
  675.         Font.Height = -15
  676.         Font.Name = 'Arial'
  677.         Font.Style = []
  678.         MaxLength = 10
  679.         ParentFont = False
  680.         TabOrder = 9
  681.       end
  682.       object DBEdit8: TDBEdit
  683.         Left = 19
  684.         Top = -454
  685.         Width = 140
  686.         Height = 25
  687.         DataField = 'Country'
  688.         DataSource = DataSource1
  689.         Font.Color = clBlack
  690.         Font.Height = -15
  691.         Font.Name = 'Arial'
  692.         Font.Style = []
  693.         MaxLength = 20
  694.         ParentFont = False
  695.         TabOrder = 10
  696.       end
  697.       object DBEdit1: TDBEdit
  698.         Left = 279
  699.         Top = -260
  700.         Width = 210
  701.         Height = 24
  702.         DataField = 'Company'
  703.         DataSource = DataSource1
  704.         Font.Color = clBlack
  705.         Font.Height = -13
  706.         Font.Name = 'Arial'
  707.         Font.Style = []
  708.         MaxLength = 30
  709.         ParentFont = False
  710.         TabOrder = 11
  711.       end
  712.       object DBEdit9: TDBEdit
  713.         Left = 279
  714.         Top = -234
  715.         Width = 210
  716.         Height = 24
  717.         DataField = 'Addr1'
  718.         DataSource = DataSource1
  719.         Font.Color = clBlack
  720.         Font.Height = -13
  721.         Font.Name = 'Arial'
  722.         Font.Style = []
  723.         MaxLength = 30
  724.         ParentFont = False
  725.         TabOrder = 12
  726.       end
  727.       object DBEdit10: TDBEdit
  728.         Left = 279
  729.         Top = -208
  730.         Width = 210
  731.         Height = 24
  732.         DataField = 'Addr2'
  733.         DataSource = DataSource1
  734.         Font.Color = clBlack
  735.         Font.Height = -13
  736.         Font.Name = 'Arial'
  737.         Font.Style = []
  738.         MaxLength = 30
  739.         ParentFont = False
  740.         TabOrder = 13
  741.       end
  742.       object DBEdit11: TDBEdit
  743.         Left = 279
  744.         Top = -182
  745.         Width = 105
  746.         Height = 24
  747.         DataField = 'City'
  748.         DataSource = DataSource1
  749.         Font.Color = clBlack
  750.         Font.Height = -13
  751.         Font.Name = 'Arial'
  752.         Font.Style = []
  753.         MaxLength = 15
  754.         ParentFont = False
  755.         TabOrder = 14
  756.       end
  757.       object DBEdit12: TDBEdit
  758.         Left = 279
  759.         Top = -156
  760.         Width = 140
  761.         Height = 24
  762.         DataField = 'State'
  763.         DataSource = DataSource1
  764.         Font.Color = clBlack
  765.         Font.Height = -13
  766.         Font.Name = 'Arial'
  767.         Font.Style = []
  768.         MaxLength = 20
  769.         ParentFont = False
  770.         TabOrder = 15
  771.       end
  772.       object DBEdit13: TDBEdit
  773.         Left = 279
  774.         Top = -130
  775.         Width = 70
  776.         Height = 24
  777.         DataField = 'Zip'
  778.         DataSource = DataSource1
  779.         Font.Color = clBlack
  780.         Font.Height = -13
  781.         Font.Name = 'Arial'
  782.         Font.Style = []
  783.         MaxLength = 10
  784.         ParentFont = False
  785.         TabOrder = 16
  786.       end
  787.       object DBEdit14: TDBEdit
  788.         Left = 279
  789.         Top = -104
  790.         Width = 140
  791.         Height = 24
  792.         DataField = 'Country'
  793.         DataSource = DataSource1
  794.         Font.Color = clBlack
  795.         Font.Height = -13
  796.         Font.Name = 'Arial'
  797.         Font.Style = []
  798.         MaxLength = 20
  799.         ParentFont = False
  800.         TabOrder = 17
  801.       end
  802.       object DBEdit15: TDBEdit
  803.         Left = 275
  804.         Top = -10
  805.         Width = 70
  806.         Height = 24
  807.         DataField = 'CustNo'
  808.         DataSource = DataSource1
  809.         Font.Color = clBlack
  810.         Font.Height = -13
  811.         Font.Name = 'Arial'
  812.         Font.Style = []
  813.         MaxLength = 0
  814.         ParentFont = False
  815.         TabOrder = 18
  816.       end
  817.     end
  818.   end
  819.   object Panel4: TPanel
  820.     Left = 0
  821.     Top = 50
  822.     Width = 632
  823.     Height = 41
  824.     Align = alTop
  825.     Caption = 'Demo Chain Letter'
  826.     Font.Color = clNavy
  827.     Font.Height = -23
  828.     Font.Name = 'MS Sans Serif'
  829.     Font.Style = []
  830.     ParentFont = False
  831.     TabOrder = 3
  832.   end
  833.   object Panel5: TPanel
  834.     Left = 0
  835.     Top = 323
  836.     Width = 632
  837.     Height = 41
  838.     Align = alTop
  839.     Caption = 'A few Panels - Only bottom Panel is printed as the chain letter'
  840.     Font.Color = clNavy
  841.     Font.Height = -17
  842.     Font.Name = 'MS Sans Serif'
  843.     Font.Style = [fsBold]
  844.     ParentFont = False
  845.     TabOrder = 4
  846.   end
  847.   object Query1: TQuery
  848.     Active = True
  849.     DatabaseName = 'DBDEMOS'
  850.     SQL.Strings = (
  851.       'Select'
  852.       '  customer."CustNo",'
  853.       '  customer."Company",'
  854.       '  customer."Addr1",'
  855.       '  customer."Addr2",'
  856.       '  customer."City",'
  857.       '  customer."State",'
  858.       '  customer."Zip",'
  859.       '  customer."Country",'
  860.       '  customer."Phone",'
  861.       '  customer."FAX",'
  862.       '  customer."TaxRate",'
  863.       '  customer."Contact",'
  864.       '  customer."LastInvoiceDate"'
  865.       'From customer')
  866.     Left = 260
  867.     Top = 5
  868.   end
  869.   object DataSource1: TDataSource
  870.     DataSet = Query1
  871.     Left = 287
  872.     Top = 5
  873.   end
  874.   object DBPrintWin1: TDBPrintWin
  875.     About = 'Version 5.32'
  876.     AboutRegistered = 'TOM SNIDER'
  877.     HeaderFont.Color = clWindowText
  878.     HeaderFont.Height = 16
  879.     HeaderFont.Name = 'Arial'
  880.     HeaderFont.Style = []
  881.     Font.Color = clWindowText
  882.     Font.Height = 16
  883.     Font.Name = 'Arial'
  884.     Font.Style = []
  885.     FooterFont.Color = clWindowText
  886.     FooterFont.Height = 12
  887.     FooterFont.Name = 'Arial'
  888.     FooterFont.Style = []
  889.     FrameObjects = True
  890.     clBtnFaceAsWhite = True
  891.     OutputTo = poViewer
  892.     Orientation = Default
  893.     Units = poInches
  894.     ViewButtonVisible = False
  895.     ShowCancelDialog = True
  896.     LineWidth = 0
  897.     Copies = 1
  898.     GridBackDrop = False
  899.     GridBackDropUnits = poInches
  900.     ZoomPercentage = 25.000000000000000000
  901.     HeaderTop = 0.500000000000000000
  902.     HeaderLeft = 0.500000000000000000
  903.     HeaderStringLeft = '                                  '
  904.     HeaderStringCenter = '                                  '
  905.     HeaderStringRight = '                                  '
  906.     HeaderEnabled = True
  907.     HeaderOutlined = False
  908.     HeaderFilled = False
  909.     TextColor = clBlack
  910.     ViewBkColor = 11234567
  911.     ViewHeading = 'Printit Viewer'
  912.     HeadingColor = clSilver
  913.     FrameStyle = frThin
  914.     FooterTop = 10.170000000000000000
  915.     FooterString = '                                                  '
  916.     FooterEnabled = True
  917.     FooterOutlined = False
  918.     FooterFilled = False
  919.     FixSansSerif = True
  920.     FooterStringLeft = 'Printed on @Date at @Time'
  921.     FooterStringRight = 'Page @Page'
  922.     BorderLeft = 0.500000000000000000
  923.     BorderRight = 0.500000000000000000
  924.     LineSpacing = 2.800000000000000000
  925.     Left = 432
  926.     Top = 58
  927.   end
  928. end
  929.